home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / logout.css391 < prev    next >
Text File  |  2007-12-20  |  623b  |  45 lines

  1. /*
  2.  
  3. CSS for Logout page.
  4.  
  5. */
  6. BODY {
  7.     margin:0px;
  8.     padding:0px;
  9.     background-color:#ffffff;
  10.   
  11.     font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
  12.     font-size:10px;
  13. }
  14.  
  15. .programInfo {
  16.     display: inline-block;
  17.     position: absolute;
  18.     float:right;
  19.     top:0px;
  20.     right:0px;
  21.     font-size: 16px;
  22.     font-weight:bold;
  23.     line-height: 40px;
  24.     vertical-align: middle;
  25.     margin-right: 5px;
  26. }
  27.  
  28. .textLarge {
  29.   line-height:20px;
  30. }
  31.  
  32. .textSmall {
  33.   padding-left:3px;
  34.   line-height:12px;
  35. }
  36. #USER_INFO {
  37.     top: 100px;
  38.     left: 100px;
  39.     position: relative;
  40. }
  41. .LOGIN_BUTTON {
  42.     position: relative;
  43.     left: 75px;
  44. }
  45.